archiveFile

@get:InputFile
@get:Optional
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val archiveFile: RegularFileProperty

ZIP archive to be published to the remote repository.

Default value: SignPluginTask.archiveFile if plugin signing is configured, otherwise BuildPluginTask.archiveFile.

See also